﻿2026-08-01T10:08:29.4345920Z ##[group]Run actions/checkout@v5
2026-08-01T10:08:29.4346492Z with:
2026-08-01T10:08:29.4346896Z   repository: BigscreenVR/spt-bs-core
2026-08-01T10:08:29.4350534Z   token: ***
2026-08-01T10:08:29.4350901Z   ssh-strict: true
2026-08-01T10:08:29.4351246Z   ssh-user: git
2026-08-01T10:08:29.4351601Z   persist-credentials: true
2026-08-01T10:08:29.4352010Z   clean: true
2026-08-01T10:08:29.4352371Z   sparse-checkout-cone-mode: true
2026-08-01T10:08:29.4352787Z   fetch-depth: 1
2026-08-01T10:08:29.4353062Z   fetch-tags: false
2026-08-01T10:08:29.4353362Z   show-progress: true
2026-08-01T10:08:29.4353741Z   lfs: false
2026-08-01T10:08:29.4354066Z   submodules: false
2026-08-01T10:08:29.4354449Z   set-safe-directory: true
2026-08-01T10:08:29.4354834Z   allow-unsafe-pr-checkout: false
2026-08-01T10:08:29.4355183Z ##[endgroup]
2026-08-01T10:08:29.6377239Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T10:08:29.6378536Z ##[group]Getting Git version info
2026-08-01T10:08:29.6379072Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-01T10:08:29.6778346Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-01T10:08:29.7028051Z git version 2.43.0.windows.1
2026-08-01T10:08:29.7052118Z ##[endgroup]
2026-08-01T10:08:29.7060687Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6afc5e56-acda-43fe-896d-2172cd6bc13a\.gitconfig'
2026-08-01T10:08:29.7078219Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6afc5e56-acda-43fe-896d-2172cd6bc13a' before making global git config changes
2026-08-01T10:08:29.7079146Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T10:08:29.7085477Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-01T10:08:29.7418908Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-01T10:08:29.7659883Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T10:08:29.7692653Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T10:08:29.7698156Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T10:08:29.7940722Z refs/heads/golden/handrail
2026-08-01T10:08:29.7964397Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-01T10:08:29.8322297Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:08:30.0052178Z ##[endgroup]
2026-08-01T10:08:30.0058241Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-01T10:08:30.6203200Z ##[group]Cleaning the repository
2026-08-01T10:08:30.6208661Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-01T10:08:33.9344565Z Removing target/
2026-08-01T10:08:33.9383279Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-01T10:08:33.9979459Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:08:34.0003547Z ##[endgroup]
2026-08-01T10:08:34.0007331Z ##[group]Disabling automatic garbage collection
2026-08-01T10:08:34.0012527Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-01T10:08:34.0262740Z ##[endgroup]
2026-08-01T10:08:34.0263206Z ##[group]Setting up auth
2026-08-01T10:08:34.0269531Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-01T10:08:34.0513105Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-01T10:08:34.4839401Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T10:08:34.5152483Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-01T10:08:34.9376278Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T10:08:34.9622746Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-01T10:08:35.3551446Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-01T10:08:35.3976839Z ##[endgroup]
2026-08-01T10:08:35.3977591Z ##[group]Fetching the repository
2026-08-01T10:08:35.3984807Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +68e50a90602578669b8ee5db9be5332bd49ecadf:refs/remotes/origin/golden/handrail
2026-08-01T10:08:36.1146448Z ##[endgroup]
2026-08-01T10:08:36.1146927Z ##[group]Determining the checkout info
2026-08-01T10:08:36.1147428Z ##[endgroup]
2026-08-01T10:08:36.1152824Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-01T10:08:36.1464785Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-01T10:08:36.1711580Z ##[group]Checking out the ref
2026-08-01T10:08:36.1721444Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T10:08:36.2326361Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T10:08:36.2326814Z Your branch is up to date with 'origin/golden/handrail'.
2026-08-01T10:08:36.2327177Z Switched to and reset branch 'golden/handrail'
2026-08-01T10:08:36.2349533Z ##[endgroup]
2026-08-01T10:08:36.2638525Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-01T10:08:36.2884037Z 68e50a90602578669b8ee5db9be5332bd49ecadf
